| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Function Create( _ ByVal ParamArray instrumentIds() As InstrumentId _ ) As HardwareGroup | |
| C# | |
|---|---|
public abstract HardwareGroup Create( params InstrumentId[] instrumentIds ) | |
| C++/CLI | |
|---|---|
public: abstract HardwareGroup^ Create( ... array<InstrumentId>^ instrumentIds ) | |
Parameters
- instrumentIds
- List of InstrumentId references that make up the new group.
Return Value
A reference to the new HardwareGroup.Note: ApplyChanges must be called after you are done changing the groups in the configuration.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)